Image Color Palette Extractor
Extract dominant colors from an image. Get hex codes, RGB values, HSL, and percentage of each color. Perfect for design, branding, and theme creation.
Upload image or drag here
PNG, JPG, WebP, BMP — max 30MBImage Color Palette Extractor Tutorial
What This Does
Reduces your image to its N most dominant colors using color quantization. For each color, you get the hex code, RGB, HSL, and the percentage of the image it covers.
Use Cases
- Build a brand palette from a logo or product photo
- Generate website theme colors from a hero image
- Analyze the color profile of a painting or photograph
- Match accent colors to a wallpaper or product shot
Algorithms
- Median Cut (default) — recursively splits the color space along the longest axis. Best general-purpose results.
- Fast Octree — tree-based; very fast on large images, sometimes less accurate on smooth gradients.
- Max Coverage — picks colors that cover the most pixels. Good for highly varied images.
Tips
For logo work, use 4-6 colors. For complex photos, 8-12. Going above 16 usually picks up noise.